response.write "An error occurred and the class could not be added. Be sure that you are using a valid student ID and that you are not dropping from a class that has already been graded."
response.End
end if
%>
<p>Student <%=lngStudentID%> has been dropped from class <%=strClassID%> </p>
<hr>
<a href="classview.htm">Return to class registration page</a>